Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

37 create a basic intake subsystem #59

Merged
merged 7 commits into from
Jan 27, 2024
Merged

Conversation

XxXgamerguyXxX
Copy link
Contributor

Will probably need more changes but want to check the situation so far.

Adding comment to ensure I can make changes
Changed the IntakeCommand file with the information in last year's version. Added IntakeConstants file just to place contastant although can delete later.
@XxXgamerguyXxX XxXgamerguyXxX linked an issue Jan 23, 2024 that may be closed by this pull request
Copy link
Member

@m10653 m10653 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, have a few requests for changes though.

Comment on lines 17 to 19
protected Solenoid intakeArmsVirtualSolenoidB;
protected CANSparkMax intakeArmsMotor;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Our intake only will have a single motor. We probably will not have any pneumatics.

protected Solenoid intakeArmsVirtualSolenoidB;
protected CANSparkMax intakeArmsMotor;
protected DigitalInput intakeSwitch;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use private access modifier.

@m10653 m10653 merged commit bddd720 into main Jan 27, 2024
2 checks passed
@m10653 m10653 deleted the 37-create-a-basic-intake-subsystem branch January 27, 2024 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create a basic intake subsystem
3 participants